AMFETCHDUMP(8) | System Administration Commands | AMFETCHDUMP(8) |
NAME¶
amfetchdump - extract backup images from multiple Amanda tapes.
SYNOPSIS¶
amfetchdump [-pcClawns] [-d device] [-O directory] [-b blocksize] config hostname [disk [ date [ level [ hostname [...] ] ] ]] [-o configoption]...
DESCRIPTION¶
Amfetchdump pulls one or more matching dumps from tape or from the holding disk, handling the reassembly of multi-tape split dump files as well as any tape autochanger operations.
It will automatically use the logs created by amdump(8) to locate available dumps on tape, in the same way that the find feature of amadmin(8) lists available dumps. If these logs are unavailable, it can search tape-by-tape to find what it needs, and can generate new logs to serve as an emergency tape inventory.
The hostname, diskname, datestamp, and level dump pattern-matching works as in amrestore(8), with the added requirement that at minimum a hostname must be specified when not in inventory mode.
Unless -p is used, backup images are extracted to files in the current directory named:
hostname.diskname.datestamp.dumplevel
OPTIONS¶
-p
-d device
-O directory
-c
-C
-l
-a
-w
Note
This requires at least double the size of your dump in free disk space, in order to build the final assembled dumpfile.
-n
-s
-b blocksize
-o configoption
EXAMPLES¶
All the examples here assume your configuration is called SetA.
Here´s a simple case, restoring all known dumps of the host vanya to the current working directory.
$ amfetchdump SetA vanya
A more likely scenario involves restoring a particular dump from a particular date. We´ll pipe this one to GNU-tar as well, to automatically extract the dump.
$ amfetchdump -p SetA vanya /home 20051020 | gtar -xvpf -
CAVEATS¶
Amfetchdump is dependent on accessing your server´s config, tape changer, and (normally) dump logs. As such, it´s not necessarily the most useful tool when those have all been wiped out and you desperately need to pull things from your tape. Pains have been taken to make it as capable as possible, but for seriously minimialist restores, look to amrestore(8) or dd(8) instead.
SEE ALSO¶
amanda(8), amadmin(8), amrestore(8), tar(1), restore(8), : http://wiki.zmanda.com
AUTHORS¶
John Stange <building@nap.edu>
Ian Turner <ian@zmanda.com>
11/05/2009 | Amanda 2.6.1p2 |